VerifierAuthenticationFailureType

@Serializable(with = VerifierAuthenticationFailureTypeSerializer::class)
enum VerifierAuthenticationFailureType : Enum<VerifierAuthenticationFailureType>

Entries

Link copied to clipboard

The verifier authentication object is missing a verifier certificate. Refer to ISO 18013-5 section 9.1.4.4 to learn more about the structure.

Link copied to clipboard

The verifier certificate in the authentication object is invalid.

Link copied to clipboard

The validFrom date of the verifier certificate is in the future.

Link copied to clipboard

The verifier certificate was issued more than 1187 days ago.

Link copied to clipboard

Failed to verify the certificate chain or integrity of the verifier authentication object.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val message: String
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.